ComponentOne Bitmap for UWP
SetValue<T>(Int32,T) Method

C1.UWP.DX Assembly > C1.Util.DX.Direct2D Namespace > Properties Class > SetValue Method : SetValue<T>(Int32,T) Method
Index of the property
Value of the property
Sets the named property to the given value.
Syntax
'Declaration
 
Public Overloads Sub SetValue(Of T As ComObject)( _
   ByVal index As System.Integer, _
   ByVal value As T _
) 
public void SetValue<T>( 
   System.int index,
   T value
)
where T: ComObject

Parameters

index
Index of the property
value
Value of the property

Type Parameters

T
See Also

Reference

Properties Class
Properties Members
Overload List